/* 01/14/11 M Gundel for wsus */
/* 10/01/13 JMO for api doc */

/* CONTENTS 

- *****
- general
- header
- middle
- menu
- footer
- *****
- singlePane (default)
- multiPane
- *****
- API doc
- POST Fields table
- Query Parameters table
- Returned Fields table

*/

/* GENERAL */
body
{
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-family: Arial, Tahoma, Verdana, sans-serif !important;
    font-size: small;
    background-color: white !important;
    color: #333333;
}
.bodyWrapper
{
    padding: 0px;
    margin: 0px auto;
    width: 1056px;
    text-align: left;
}

.bodyWrapper a:link, .bodyWrapper a:active, .bodyWrapper a:visited
{
    color: #934437;
    text-decoration: underline;
}
.bodyWrapper a:hover
{
    color: #4176e6;
    text-decoration: underline;
}
.bodyWrapper ul, .bodyWrapper ul li
{
    /*list-style-type: disc;*/
}
.bodyWrapper img
{
    border: 0;
}

div.clearFloats /* for Firefox */
{
    clear: both;
    line-height: 0px;
    height: 0px;
    width: 100%;
}

/* HEADER */
#header
{
    margin: 0px auto;
    padding: 0px 0px 14px 0px;
    width: 100%;
    background: transparent url(images/contentTop.gif) no-repeat bottom left;
}
#header #logo
{
    float: left;
    margin: 30px 0px 10px 0px;
    padding: 0px;
    width: 450px;
}
#header #HeaderPane, #header #dnn_HeaderPane
{
    float: right;
    margin: 0px;
    padding: 24px 24px 0px 0px;
    width: 444px;
}

/* MIDDLE */
#middle
{
    clear: both;
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    min-height: 400px;
    text-align: left;
    line-height: 1.4em;
    background: transparent url(images/contentMiddle.gif) repeat-y top left;
}
#middle #menuSection
{
    float: left;
    padding: 0px;
    margin: 0px;
    width: 185px;
}
#middle #menuSection #MenuPane, #middle #menuSection #dnn_MenuPane
{
    margin: 0px;
    padding: 0px;
    width: 100%;
}
#middle #menuSection #BelowMenuPane, #middle #menuSection #dnn_BelowMenuPane
{
    margin: 0px;
    padding: 0px 0px 0px 24px;
    width: 161px; /* 185 - 24 */
}
#middle #content
{
    float: right;
    margin: 0px;
    padding: 10px 24px 0px 24px;
    width: 819px; /* 1056 - 185 - 24 - 24 - 4(borders) */
}

/* MENU - DNN Menu Navigation Provider */
#middle #menuSection #MenuPane :focus, #middle #menuSection #dnn_MenuPane :focus
{
    outline: none; /* remove firefox accessiblility feature, not useful here anyway */
}
.DNN_Menu ul, .DNN_Menu li
{
    list-style: none;
}
.DNN_Menu
{
    display: block;
    padding: 0px;
    font-size: medium;
    text-transform: lowercase;
    color: #611610;
}
.DNN_Menu span.mi, .DNN_Menu li
{
    display: block;
    padding: 15px 15px 0px 0px;
    margin: 0px;
    width: 170px; /* 185 - 15 */
    min-height: 36px; /* 50 - 15 */
    text-align: right;
    white-space: nowrap;
    background: transparent url(images/menuItem.jpg) no-repeat top left !important;
}
.DNN_Menu span.sel, .DNN_Menu span.hov, .DNN_Menu li.selected, .DNN_Menu li.selected a
{
    color: #4176e6;
}

/* FOOTER */
#footer
{
    clear: both;
    margin: 0px auto;
    padding: 14px 0px 0px 0px;
    width: 100%;
    background: transparent url(images/contentBottom.gif) no-repeat top left;
}
#footer #lineOne
{
    margin: 8px 24px 8px 24px;
    padding: 0px;
    width: 1008; /* 1056 - 24 - 24 */
    font-size: medium;
    color: #934437;
}
#footer #lineOne span#login
{
    float: left;
    width: 370px;
}
#footer #lineOne span#copyright
{
    float: right;
    width: 524px;
    text-align: right;
}
#footer a
{
    color: #934437;
    text-decoration: none;
}
#footer a:hover
{
    color: #4176e6;
    text-decoration: none;
}

/*********************************************/

/* SINGLE PANE */
#singlePaneSkin #middle #content #ContentPane, #singlePaneSkin #middle #content #dnn_ContentPane
{
    margin: 0px;
    padding: 0px;
    width: 100%;
}

/* MULTI PANE */
#multiPaneSkin #middle #content #TopPane, #multiPaneSkin #middle #content #dnn_TopPane
{
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

#multiPaneSkin #middle #content #ContentPane, #multiPaneSkin #middle #content #dnn_ContentPane
{
    float: left;
    margin: 0px;
    padding: 0px 12px 0px 0px;
    width: 395px;
}

#multiPaneSkin #middle #content #RightPane, #multiPaneSkin #middle #content #dnn_RightPane
{
    float: right;
    margin: 0px;
    padding: 0px 0px 0px 12px;
    width: 395px;
}

#multiPaneSkin #middle #content #BottomPane, #multiPaneSkin #middle #content #dnn_BottomPane
{
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

/*********************************************/

/* API doc */

body {
	font-family: "Calibri", sans-serif;
    background-color: #f5f4f2;
}

.Normal {
    font-family: "Calibri", sans-serif;
    font-size: 12pt;
    line-height: 1.3em;
}

.IntroDiv ul {
    padding-top: 5px;
}
.IntroDiv ul li
{
    list-style-type: none;
    padding: 5px 0px;
}
.IntroDiv h1 {
    font-weight: bold;
    font-size: 26px;
}
.IntroDiv h2 {
    font-size: 22px;
    color: rgb(147, 68, 55);
    padding: 0;
    font-weight: bold;
}
.bulletPoint {
    color:rgb(65, 118, 230);
    font-weight: bold;
    font-size: 18px;

    background-image: url("images/apibullet.png");
    background-repeat: no-repeat;
    background-position: 0px 6px;
    padding-left: 20px;
}

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 
font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
font-size: 90%;
}

ol, ul {
    /*margin: 0px;*/
}

.sample {
    background-color: #f0f0f0;
    margin: 10px;
    padding: 5px 10px 10px 10px;
}
.qvalue { color: #80a000; }
.comment { color: #339933; }
.required { color: #f00000; }
.casesensitive { color: #a00000; }
.highlight { color: #80a000; }
.baseurl { color: #4c5f00; }

.roundedTopLeftCorner
{
    background-image: url(images/div_tl.gif);
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    line-height: 1.0em;
    margin: 0px;
    padding: 0px;
}
.roundedTop
{
    background-image: url(images/div_top.gif);
    background-repeat: repeat-x;
    height: 13px;
    line-height: 1.0em;
    margin: 0px;
    padding: 0px;
}
.roundedTopRightCorner
{
    background-image: url(images/div_tr.gif);
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    line-height: 1.0em;
    margin: 0px;
    padding: 0px;
}
.roundedBottomLeftCorner
{
    background-image: url(images/div_bl.gif);
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    margin: 0px;
    padding: 0px;
}
.roundedBottom
{
    background-image: url(images/div_bottom.gif);
    background-repeat: repeat-x;
    height: 12px;
    margin: 0px;
    padding: 0px;
}
.roundedBottomRightCorner
{
    background-image: url(images/div_br.gif);
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    margin: 0px;
    padding: 0px;
}
.roundedLeftSide
{
    background-image: url(images/div_left.gif);
    background-repeat: repeat-y;
    width: 12px;
    margin: 0px;
    padding: 0px;
}
.roundedRightSide
{
    background-image: url(images/div_right.gif);
    background-repeat: repeat-y;
    width: 12px;
    margin: 0px;
    padding: 0px;
}

.roundedMiddle {
    background-color: #f9f9f9;
}

div.TopDiv {
    margin-bottom: 10px;
}
.TopDiv h1 {
    font-weight: bold;
    font-size: 30px;
}
.TopDiv h2 {
    border-radius: 10px;
    border: 2px solid #94b6ff;
    padding: 5px 5px 5px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;

}
.TopDiv h3 {
    margin: 0px;
    font-weight: bold;
    font-size: 18px;
}


.docTOC td, .TOC td {
    vertical-align: top;
}
.docTOC a {
    font-weight: bold;
}
.docSubTOC a {
    font-weight: normal;
    margin-left: 20px;
}

div.Resource {
    margin-bottom: 10px;
}
.Resource h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 20px;
}
.Resource h4 {
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 16px;
}

a:link { color: #1a3869; }
a:visited { color: #1a3869; }
a:hover { color: #4c6fa6; }

a:link.sortLink { color: #1a3869; }
a:visited.sortLink { color: #1a3869; }
a:hover.sortLink { color: #4c6fa6; }

a:link.sortLinkInactive {
    color: #000000;
    text-decoration: none;
}
a:visited.sortLinkInactive {
    color: #000000;
    text-decoration: none;
}
a:hover.sortLinkInactive {
    color: #000000;
    text-decoration: none;
}

div.auxLinks {
    padding: 5px;
    margin-right: 5px;
}
a:link.auxLinks { color: #871d1d; }
a:visited.auxLinks { color: #871d1d; }
a:hover.auxLinks { color: #da4c4c; }

.headingLinks a:nth-child(1) {
    font-weight: bold;
}
.headingLinks div {
    float: left;
    padding: 5px;
    margin-right: 5px;
}
div.headingLinks {
    overflow: auto;
    width:100%;
}

.UrlList h2 {
    border-radius: 10px;
    border: 2px solid #94b6ff;
    padding: 5px 5px 5px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
}

.additionalInfo h2 {    
    border-radius: 10px;
    border: 2px solid #611610;
    padding: 5px 5px 5px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
}


/* POST Fields table*/

table.postRef {
	border-collapse: collapse;
    width: 100%;
}

table.postRef tr:nth-child(odd)	{ background-color:#f6f1f0; }
table.postRef tr:nth-child(even) { background-color:#ffffff; }

table.postRef td:nth-child(1) { width: 150px; }
table.postRef td:nth-child(2) {}

table.postRef th {
	color: #ffffff;
    background-color: #572121;
    border: 1px solid #555555;
    font-size: 14px;
    padding: 3px;
    text-align: left;
}

table.postRef td {
	border: 1px solid #d4d4d4;
    padding: 7px 5px 7px 5px;
    vertical-align: top;
}


/* Query Parameters table*/

table.queryRef {
	border-collapse: collapse;
    width: 100%;
}

table.queryRef tr:nth-child(odd)	{background-color:#e4eefe;}
table.queryRef tr:nth-child(even)	{background-color:#ffffff;}

table.queryRef td:nth-child(1)	{width: 150px;}
table.queryRef td:nth-child(2)	{}

table.queryRef th {
	color: #ffffff;
    background-color: #1a3869;
    border: 1px solid #555555;
    font-size: 14px;
    padding: 3px;
    text-align: left;
}

table.queryRef td {
	border:1px solid #d4d4d4;
    padding: 7px 5px 7px 5px;
    vertical-align:top;
}


/* Returned Fields table*/

table.addlRef {
	border-collapse: collapse;
    width: 100%;
}

table.addlRef tr:nth-child(odd)	{ background-color: #f5f2f0; }
table.addlRef tr:nth-child(even) { background-color: #ffffff; }

table.addlRef td:nth-child(1) { width: 150px; }
table.addlRef td:nth-child(2) {}

table.addlRef th {
	color: #ffffff;
    background-color: #714c33;
    border: 1px solid #555555;
    font-size: 12px;
    padding: 3px;
    vertical-align: top;
    text-align: left;
}

table.addlRef td {
	border:1px solid #d4d4d4;
    padding: 7px 5px 7px 5px;
    vertical-align:top;
}

/* Buttons */

a.dnnPrimaryAction, a.dnnPrimaryAction:link {
    border-radius: 5px;
    text-shadow: none;
    border: none;
    font-size: 14px;
    font-weight: normal;
    background-color: #ebebeb;
    background: -moz-linear-gradient(center top , #f9f9f9 0%, #d4d4d4 100%) repeat scroll 0% 0% transparent;
}
 a.dnnPrimaryAction:hover {
    border-radius: 5px;
    text-shadow: none;
    border: none;
    font-size: 14px;
    font-weight: normal;
    background-color: #c9c9c9;
    background: -moz-linear-gradient(center top , #d4d4d4 0%, #aaaaaa 100%) repeat scroll 0% 0% transparent;
}